Copy all files of your project into the folder *C:\XIVY\beta\Server\XpertIvyServer5.1.0.45606_Windows_x64\applications\System\{your project name}\1* and it will be automatically deployed to the System application during the first startup of Xpert.ivy Server.
**Before 7.4.0**
If your ivy engine is version 7.3.1 and earlier. You may need to configure the following property. Since 7.4.0 this is not need anymore.
If you already started your server once. Configure the following Java System Property so that the directory is rescanned during the startup of the server:
ch.ivyteam.ivy.server.rescanApplications=true
This can be done on Windows with a *.ilc file as follows:
ivy.vm.additional.options=-Dch.ivyteam.ivy.server.rescanApplications=true