Yes, you can use the nessus.exe command line tool included with Nessus 4.x to run and export the results to a NBE file, which can subsequently be imported into an EventSentry database. Please note that exporting results into the NBE format is only available in the Nessus command line utility.
This will run a scan for all hosts listed in the hosts.txt file and save the results to results.nbe.
nessus.exe -q -x -T nbe localhost 1241 localuser <password> hosts.txt results.nbe
This command will import results.nbe to the MSSQL database action in EventSentry.
%programfiles%\EventSentry\Database Wizards\es_db_nessus_import.exe -da=MSSQL -f=results.nbe
If no parameters are declared, a graphical import utility will be launched:
%programfiles%\EventSentry\Database Wizards\es_db_nessus_import.exe