If you want to download all the files at once, the following code can be run in a terminal (linux compatible):

wget http://www.nitrc.org/frs/?group_id=911 -O age-ility_filelist

for subject in $(grep download.php age-ility_filelist | sed 's/.*href="//;s/".*//')
do
echo $subject
wget https://www.nitrc.org$subject
done